From 7ff9bc2ce213b3616e8e66fce1c2c5c9142ef690 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 17 Sep 2002 23:13:02 +0000 Subject: [PATCH] Fix call to ovecs->deinit. --- gpsbabel/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/main.c b/gpsbabel/main.c index 8976b7e21..29701dc27 100644 --- a/gpsbabel/main.c +++ b/gpsbabel/main.c @@ -88,7 +88,7 @@ main(int argc, char *argv[]) if (ovecs) { ovecs->wr_init(ofname); ovecs->write(); - ovecs->rd_deinit(); + ovecs->wr_deinit(); } break; case 's': -- 2.30.2